home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / pxljr / FAQ < prev    next >
Text File  |  2006-12-31  |  3KB  |  68 lines

  1.     * What is this?
  2.  
  3. PXLJR (http://sourceforge.net/projects/hp-pxl-jetready/) is an IJS-based
  4. driver for the HP JetReady 4.x protocol printer family (Color Laserjet
  5. 3500 and 3550) under linux and other unix-like systems. This effort is
  6. not endorsed by nor affiliated with HP.
  7.  
  8. It is licensed under the terms of GNU General Public License.
  9.  
  10.     * Compiling and Run-time requirements?
  11.  
  12. About the same as HPIJS. PXLJR needs a C compiler rather than a C++
  13. compiler,  and also need  automake/autoconf (this may be improved in
  14. later release).
  15.  
  16.     * HPIJS/HPLIP also supports these two printers. Why are you
  17.       "reinventing the wheel"?
  18.  
  19. HPIJS (http://hpinkjet.sourceforge.net) provides 2 printing modes: one
  20. color and one gray, corresponding to the max-compression/worst-quality
  21. setting of the HP driver under Windows. There are two more settings for
  22. better quality in the Windows driver. PXLJR provides these two
  23. additional settings, so there are a total of 6 printing modes. Also, the
  24. max-compression gray mode of PXLJR is 1.5 to 3 times faster.
  25.  
  26. One the other hand, PXLJR doesn't provide a full set of facilities like
  27. printer status report, etc. For other bells and whistles, please use
  28. HPLIP's toolbox instead. There is no conflict installing both HPIJS and
  29. PXLJR simultaneously.
  30.  
  31.     * Why did you not improve HPIJS instead?
  32.  
  33. There are professional reasons that I need to maintain autonomy; on the
  34. other hand, the two addtional quality settings are already in the
  35. Windows driver. The HPIJS people can consult their Windows driver people
  36. and there is no need for me to contribute; the other improvement - the
  37. speed for the gray modes - would require substantial modification, and
  38. affects and changes code paths that I cannot test due to not have the
  39. other printers.
  40.  
  41.     * Any other improvement I can do to my prints?
  42.  
  43. There is a file 'gs-gamma.ps' which changes the gamma curve and boasts
  44. the shadow details if one prepends it to a print-job.
  45.  
  46.     * Known problems, Limitations?
  47.  
  48. The right-hand border for PXLJR is about 0.5mm wider than HPIJS. I haven
  49. not been able to track it down, but the difference is only noticeable if
  50. one prints all the way to the edge of the printerable area, and compare
  51. side-by-side.
  52.  
  53. Standard page size (A4, letter, envelope, etc) works, but custom
  54. arbitrary size only works on 32-bit small endian. (i.e. x86). HPIJS has
  55. a similiar and worse problem - and both will be resolved in the
  56. corresponding next releases.
  57. "make install" installs too many unnecessary things, and does not
  58. install the ppd. Only really only need
  59. to copy the ijs_pxljr into /usr/bin and the ppd into a CUPS specific place.
  60.  
  61.     * Upcoming improvements?
  62.  
  63. Making dependence on libjpeg optional.
  64. Make Multiple-copies option work. Currently if one wants X identical
  65. copies, one needs to send job X times.
  66. Make the gamme curve change a more user-friendly option.
  67. See if a 1-bit B/W version can go even faster.
  68.